home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / awe / adip.exe / ADIP02.ZIP / WINDOWS / SAMPLE / WINAWE32.DEF < prev    next >
Text File  |  1994-07-08  |  2KB  |  31 lines

  1. ;*****************************************************************************
  2. ;                                                                            *
  3. ; WINAWE32.DEF  Module-definition file for WINAWE32                          *
  4. ;                                                                            *
  5. ; (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved        *
  6. ; worldwide.                                                                 *
  7. ;                                                                            *
  8. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      *
  9. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE        *
  10. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR      *
  11. ; PURPOSE.                                                                   *
  12. ;                                                                            *
  13. ; You have a royalty-free right to use, modify, reproduce and                *
  14. ; distribute the Sample Files (and/or any modified version) in               *
  15. ; any way you find useful, provided that you agree to                        *
  16. ; the Creative's Software Licensing Aggreement and you also agree that       *
  17. ; Creative has no warranty obligations or liability for any Sample Files.    *
  18. ;                                                                            *
  19. ;*****************************************************************************/
  20.  
  21. NAME         WinAWE32
  22. DESCRIPTION  'Sample SB AWE32 Windows Application'
  23. EXETYPE      WINDOWS
  24. STUB         'WINSTUB.EXE'
  25. CODE  PRELOAD MOVEABLE DISCARDABLE
  26. DATA  PRELOAD MOVEABLE MULTIPLE
  27. HEAPSIZE     1024
  28. EXPORTS
  29.     MainWndProc   @1
  30.     About         @2
  31.